home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / macera.swf / scripts / DefineButton2_166 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2011-03-26  |  384 b   |  13 lines

  1. on(release, keyPress "<Enter>"){
  2.    if(playname != "")
  3.    {
  4.       entryname = playname;
  5.       theScore = _root.points * _root.showtime;
  6.       gameid = "14";
  7.       loadVariables("/games/savescores.php",this,"POST");
  8.       this.submitspit = "Thank you " + playname + " your submitted score was " + theScore + " points";
  9.       trace(theScore);
  10.       trace(entryname);
  11.    }
  12. }
  13.